ICategoryCoordinateCalculator<T> Interface Methods

For a list of all members of this type, see ICategoryCoordinateCalculator<T> members.

Public Methods
 NameDescription
 Method Transforms the DateTime data value into a pixel coordinate. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Method Transforms a data values into a pixel coordinates. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Method Transforms a pixel coordinate into a data value. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Method Returns the native counterpart of this instance, if supported; otherwise null. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 MethodOverloaded.  Takes a T data-value and transforms to integer index on the axis e.g. if the axis is a CategoryDateTimeAxis, accepts DateTime, returns index. If the T lies outside of the data-range, a projection is performed  
 Method Takes an integer index (or point number) to the underlying data and transforms to the data value on the axis. e.g. if the axis is a CategoryDateTimeAxis, accepts index, returns DateTime. If the index lies outside of the data-range, a projection is performed  
 MethodTranslates the min and max of the input range by the specified data value. Specific implementations of ICoordinateCalculator<T> such as DoubleCoordinateCalculator, LogarithmicDoubleCoordinateCalculator and CategoryCoordinateCalculator will treat this differently. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
Top
See Also